/*
 body {
 background-color: #F4F4F4;
 }
 */
.clear {
    clear: both;
}

.header {
    background: url("../../images/index_v1/header_logo.jpg") no-repeat scroll center 0;
    min-width: 1000px;
    height: 158px;
}

.header .topbar {
    height: 159px;
    width: 1000px;
    margin: auto;
    position: relative;
}

.header .topbar .container {
    background: url("../../images/index_v1/topbar_bg.png") no-repeat scroll 0 0;
    color: #FFFFFF;
    width: 255px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-align: right;
}

.header .topbar .container a {
    color: #FFFFFF;
}

.header .topbar .search {
    background: url("../../images/index_v1/search_bg.png") no-repeat scroll 0 0;
    bottom: 6px;
    height: 30px;
    padding: 6px;
    position: absolute;
    right: 0;
    width: 226px;
}

.header .topbar .searchinput {
    color: #222222;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    padding-left: 7px;
    width: 170px;
    border: 0 none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.header .topbar .searchBtn {
    background: url("../../images/index_v1/search_btn.png") no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 43px;
}

.menu {
    background-color: #0A7DD6;
}

.menu .menulist {
    height: 40px;
    line-height: 40px;
    width: 1000px;
}

.menu .menulist a {
    color: #FFFFFF;
    font-size: 18px;
    font-family: "微软雅黑";
    width: 165px;
    float: left;
    text-align: center;
}

.menu .menulist a.cur, .menu .menulist a:hover {
    background-color: #289BF4;
}

.header_bg {
    background: url("../../images/index_v1/header_bg.png") repeat-x scroll 0 0;
    position: absolute;
    z-index: -1;
    height: 470px;
    width: 100%;
}

.center .newsBox {
    position: relative;
    float: left;
    width: 354px;
    margin-bottom: 19px;
    margin-right: 24px;
    padding-top: 40px;
}

.center .newsBox .TitleBox {
    position: absolute;
    left: 0;
    top: -2px;
    height:40px;
    width:100%;
    border-bottom: 2px solid #EDEDED;
}

.center .newsBox .TitleBox h1 {
    float: left;
    padding: 0 15px 0 15px;
    margin-right: 2px;
    color: #333333;
    text-shadow: 1px 0 0 #333333;
    font-family: "微软雅黑";
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    cursor: pointer;
}

.center .newsBox .TitleBox h1.cur, .center .newsBox .TitleBox h1:hover {
    color: #FFFFFF !important;
    text-shadow: 1px 0 0 #FFFFFF !important;
    background-color:#188AE6 !important;
    border-bottom: 2px solid #0D88E5 !important;
}

.center .newsBox .more {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: 40px;
}

.center .newsBox .more a {
    color: #555555;
}

.center .newsBox ul {
    max-width: 100%;
    /*width: 25%;*/
}
.center .newsBox .uls {
    width: 25%;
}

.center .newsBox ul li {
    background: url("../../images/index_v1/icon_arrow.png") no-repeat scroll 0 center;
    font-size: 14px;
    margin-top: 13px;
    padding-left: 13px;
    height: 19px;
    width: 100%;
}

.center .newsBox ul .zds {
    background: none;
    /*font-size: 14px;*/
    /*margin-top: 13px;*/
    /*padding-left: 13px;*/
    width: 100%;
    height: 100%;
    /*display: flex;*/
    /*align-items: center;*/
}

.center .newsBox ul li a {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    width: 97%;
}

.center .newsBox ul li .info {
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.center .newsBox ul li .date_info {
    margin-right: 80px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.center .newsBox ul li .date {
    float: right;
    width: 75px;
}

.center .newsBox ul li .new_info {
    margin-right: 27px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.center .newsBox ul li .new {
    color: red;
    font-family: Arial;
    float: right;
    font-size: 10px;
    width: 22px;
}

.center .newsBox ul li a:hover {
    color: #AD1E22;
}

.center {
    padding: 0 10px 23px;
    background-color: #FFFFFF;
    width: 980px;
    border-bottom: 2px solid #0D88E5;
}

.center .cloumn {
    margin-top: 8px;
    overflow: hidden;
    position: relative;
}

.center .topnewLeft {
    width: 620px;
    float: left;
}

.center .topnewRight {
    width: 355px;
    float: right;
}

.center .TopNewsBox {
    height: 485px !important;
    width: 100% !important;
    margin: 0 !important;
}

.center .TopNewsBox ul {
    max-width: 100% !important;
}

.center .TopNewsBox ul li {
    background: url("../../images/index_v1/icon_point.png") no-repeat scroll 0 center;
}

.center .flashnews {
    width: 605px;
    height: 400px;
}

.center .flashnews .photobox {
    width: 605px;
    height: 400px;
    float: left;
    position: relative;
    overflow: hidden;
}

.center .flashnews .photobox img {
    border: none;
    width: 605px;
    height: 400px;
}

.center .flashnews #photoarea {
    position: relative;
    width: 605px;
    height: 400px;
    overflow: hidden;
}

.center .flashnews #photoarea div {
    width: 100000px;
    margin-left: -4px;
}

.center .flashnews #photoarea dl {
    width: 605px;
    height: 400px;
    position: relative;
    overflow: hidden;
    float: left;
}

.center .flashnews #photoarea dt {
    width: 605px;
    height: 400px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.center .flashnews #photoarea dd {
    width: 605px;
    height: 45px;
    background: #000;
    filter: alpha(Opacity = 80);
    Opacity: 0.8;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0px;
    font-family: "宋体";
    font-size: 14px;
    text-decoration: none;
}

.center .flashnews #photoarea dd h2 {
    color: #FFFFFF;
    font-family: "宋体";
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: left;
    padding-left: 5px;
}

.center .flashnews #photoarea dd h2 br {
    display: none
}

.center .flashnews #photoarea dd h2 a:link, #photoarea dd h2 a:visited, #photoarea dd h2 a:active {
    color: #FFFFFF;
    font-family: "宋体";
    font-size: 14px;
    text-decoration: none
}

.center .flashnews #photoarea dd h2 a:hover {
    color: #f00;
    font-family: "宋体";
    font-size: 14px;
    text-decoration: none
}

.center .flashnews #photoarea dd a {
    color: #000;
    font-family: "宋体";
    font-size: 14px;
}

.center .flashnews #photoarea dd a:hover {
    color: #f00;
    font-family: "宋体";
    font-size: 12px;
    text-decoration: none
}

.center .flashnews .photo_nav {
    width: 605px;
    height: 18px;
    bottom: 12px;
    position: absolute;
    color: #fff;
    z-index: 88;
}

.center .flashnews .photo_no {
    height: 18px;
    float: right;
}

.center .flashnews .photo_no li {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    overflow: hidden;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    background: #eee !important;
    font-family: Arial;
    font-size: 11px;
    color: #000;
    cursor: pointer;
    margin-right: 5px;
}

.center .flashnews .photo_no li.show {
    color: #ffffff;
    background: #F00 !important;
}

.center .noticeBox {
    height: 105px;
    width: 605px;
    border: 1px solid #EDEDED;
    margin-top: 10px;
}

.center .noticeBox .noticePic {
    background: url("../../images/index_v1/icon_gsgg.png") no-repeat scroll 0 0;
    width: 100px;
    height: 80px;
    margin: 12px;
    float: left;
}

.center .noticeBox .listBox {
    float: left;
    height: 85px;
    padding: 10px;
    width: 220px;
}

.center .noticeBox .listBox .more{
    text-align:right;
    margin-top:3px;
}

.center .noticeBox .listBox ul {
    min-width: 100%;
}

.center .noticeBox .listBox ul li {
    background: url("../../images/index_v1/icon_point.png") no-repeat scroll 0 center;
    font-size: 14px;
    height: 19px;
    margin-top: 3px;
    padding-left: 13px;
    width: 100%;
}

.center .noticeBox .listBox ul li a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    width: 97%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.center .noticeBox .listBox ul li .info {
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.center .noticeBox .listBox ul li .new {
    float: right;
    width: 25px;
    color:red;
}

.center .noticeBox .listBox ul li .new_info {
    margin-right: 30px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.center .leftBox {
    float: left;
    width: 735px;
}

.center .rifhtBox {
    margin-left: 740px;
    width: auto;
}

.center .btnList {
    margin: 0px 0px 10px 0px;
}

.center .btnList a {
    display: block;
    margin-bottom: 5px;
}

.center .btnBox {
    padding-top: 40px;
    position: relative;
}

.center .btnBox h1 {
    position: absolute;
    left: 0;
    top: -2px;
    height:40px;
    width:100%;
    cursor: pointer;
    font-family: "微软雅黑";
    font-size: 18px;
    font-weight: normal;

    line-height:40px;
    color: #FFFFFF !important;
    text-shadow: 1px 0 0 #FFFFFF !important;
    border-bottom: 2px solid #EDEDED !important;
}

.center .btnBox h1 span{
    height:40px;
    cursor: pointer;
    padding: 0 15px 0 15px;
    display:inline-block;

    background-color:#188AE6 !important;
    border-bottom: 2px solid #0D88E5 !important;
}

.center .btnBox .bm_btnList a {
    float: left;
    height: 90px;
    width: 118px;
}

.center .btnBox .bm_btnList a.bdright {
    border-right: 2px solid #F8F8F8;
}

.center .btnBox .bm_btnList a.bdbottom {
    border-bottom: 2px solid #F8F8F8;
}

.center .btnBox .bm_btnList a .imgbox {
    height: 50px;
    padding-top: 10px;
    width: 100%;
}

.center .btnBox .bm_btnList a .imgbox img {
    margin: auto;
    vertical-align: middle;
}

.center .btnBox .bm_btnList a span {
    display: block;
    font-family: "微软雅黑";
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.center .dy_btnList {
    border: none;
}

.center .dy_btnList a {
    float: left;
    display: block;
    margin-right: 7px
}

.center .pdBox {
    float: left;
    width: auto;
}

.center .pdBox .pd_btnList a {
    display: block;
    margin-top: 10px;
}

.center .btnlist2 a {
    display: block;
    margin-bottom: 3px;
}

.center .btnlist3 {
    border: none;
}

.center .btnlist3 a {
    float: left;
    display: block;
    margin-right: 7px
}

.center .video h1 {
    background: url("../../images/index_v1/title_bg.png") repeat-x scroll 0 0;
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
    height: 49px;
    width: 978px;
}

.center .video h1 span {
    background: url("../../images/index_v1/icon_spxf.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 39px;
    margin-left: 9px;
    margin-top: 6px;
    padding-left: 117px;
}

.center .video .videoList {
    margin-top: 6px;
}

.center .video .videoList a {
    float: left;
    margin-right: 20px;
    width: 180px;
}

.center .video .videoList a div {
    background-color: #F8F8F8;
    color: #656565;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
}

.center .liveVideo {
    background-color: #f8f8f8;
    float: left;
    margin-right: 24px;
    padding: 10px;
    position: relative;
}

.center .linklist {
    border: 1px solid #F4F4F4;
}

.center .linklist h1 {
    background: url("../../images/index_v1/title_bg.png") repeat-x scroll 0 0;
    color: #CCCCCC;
    font-size: 12px;
    font-weight: normal;
    height: 39px;
    line-height: 39px;
}

.center .linklist .linktitle {
    background: url("../../images/index_v1/icon_link_blue.png") no-repeat scroll 0 0;
}

.center .linklist h1 span {
    display: inline-block;
    float: left;
    height: 39px;
    margin-right: 4px;
    padding-left: 105px;
}

.center .linklist h1 a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #666666;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 27px;
    margin-top: 5px;
    padding: 0 11px;
    text-align: center;
    width: 84px;
}

.center .linklist h1 a:hover, .center .linklist h1 a.current {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFF;
    border-color: #F5F5F5;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
}

.center .linklist .linkfield {
    width: 100%;
    display: none;
    padding-bottom: 10px;
    padding-top: 10px;
}

.center .linklist .linkfield td {
    height: 20px;
    line-height: 20px;
    padding: 5px 0px 5px 11px;
    text-align: left;
}

.center .linklist .linkfield td a {
    color: #676767;
    font-family: "宋体";
    font-size: 12px;
}

.footer {
    color: #4C4C4C;
    margin-top: 5px;
    padding: 20px 0;
    text-align: center;
}

.footer p {
    font-family: "宋体";
    line-height: 20px;
    padding: 5px 0;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1000px;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-viewport img {
    width: 980px;
    height: 360px;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav { *height:
        0;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    display: block;
    background: url(../../images/index_v1/scroll/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0.8;
    filter: alpha(opacity = 8);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 30px;
}

.flex-direction-nav .flex-prev {
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity = 25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity = 25);
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity = 50);
}
